|
Week 2 - Blink Using OS
|
Blink is a program which runs on a Tiva C Series TM4C123G LaunchPad Evaluation kit and the Sensor Hub Booster Pack BOOSTXL-SENSHUB.
The application performs the following actions:
This documentation is divided into three primary modules.
main() is based on the class code skeleton BlankOSProject. This function calls init_gpio() which is used to initialize the hardware on the platform. It also call start_blinking() which creates the tasks which do all the "work". In addition main() is responsible for initializing and starting the OS.
1.8.9.1